翻訳と辞書
Words near each other
・ Localgiving.com
・ LocalGuiding
・ Localhost
・ Localhost (disambiguation)
・ Localidad Rupestre de Chamangá
・ Localis
・ Localism
・ Localism (politics)
・ Localism Act 2011
・ Localities of Póvoa de Varzim
・ Locality
・ Locality (astronomy)
・ Locality (linguistics)
・ Locality of reference
・ Locality preserving hashing
Locality-sensitive hashing
・ Località
・ Localiza
・ Localization
・ Localization (algebra)
・ Localization and Urbanization Economies
・ Localization formula for equivariant cohomology
・ Localization Industry Standards Association
・ Localization of a category
・ Localization of a module
・ Localization of a ring
・ Localization of a topological space
・ Localization of organelle proteins by isotope method tagging
・ Localization of Square Enix video games
・ Localization theorem


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Locality-sensitive hashing : ウィキペディア英語版
Locality-sensitive hashing
Locality-sensitive hashing (LSH) reduces the dimensionality of high-dimensional data. LSH hashes input items so that similar items map to the same “buckets” with high probability (the number of buckets being much smaller than the universe of possible input items). LSH differs from conventional and cryptographic hash functions because it aims to maximize the probability of a “collision” for similar items.
Locality-sensitive hashing has much in common with data clustering and nearest neighbor search.
==Definition==

An ''LSH family''〔
\mathcal F is defined for a metric space \mathcal M =(M, d), a threshold R>0 and an approximation factor c>1. This family \mathcal F is a family of functions h:\to S which map elements from the metric space to a bucket s \in S. The LSH family satisfies the following conditions for any two points p, q \in , using a function h \in \mathcal F which is chosen uniformly at random:
* if d(p,q) \le R, then h(p)=h(q) (i.e., and collide) with probability at least P_1,
* if d(p,q) \ge cR, then h(p)=h(q) with probability at most P_2.
A family is interesting when P_1>P_2. Such a family \mathcal F is called ''(R,cR,P_1,P_2)-sensitive''.
Alternatively it is defined with respect to a universe of items that have a similarity function \phi : U \times U \to (). An LSH scheme is a family of hash functions coupled with a probability distribution over the functions such that a function h \in H chosen according to satisfies the property that Pr_ (= h(b) ) = \phi(a,b) for any a,b \in U.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Locality-sensitive hashing」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.